﻿@charset "utf-8";
/*重置，共用样式*/
*{margin:0; padding:0;}
ul,ol{ list-style:none;}
em{
	font-style:normal;
	}
h1,h2,h3,h4,h5,h6{
	font-size:12px;
	font-weight:normal;
	}	
img{ border:none;}
.clear{ clear:both;}
.clearfix{ zoom:1;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:'.';
	height:0;
	clear:both;
	}
body{
	font-family:"微软雅黑";
	color:#333;
	font-size:14px;
	}	
a{
	text-decoration:none;
	color:#333;
	font-size:14px;
	}
a, area {
blr:expression(this.onFocus=this.blur())
	}   /*  去掉IE下链接虚线框 */
a:focus {
outline: none;
 	}    /* 去掉火狐下链接虚线框 */
input:focus {
outline: none;
 	} 
.hide{ display:none !important;}	
/*头部*/	
.wrap1{
	width:100%;
	height:122px;
	border-top:2px solid #e2631e;
	}
.top{
	margin:0 auto;
	width:1200px;
	height:122px;
	}
.logo{
	float:left;
	width:320px;
	height:122px;
	}			
.logo img{
	width:232px;
	height:72px;
	margin:26px 0 0 50px;
	}	
.nav{
	float:left;
	width:828px;
	height:122px;
	}
.nav ul{
	width:100%;
	height:auto;
	} 	
.nav ul li{
	position:relative;
	height:122px;
	width:92px;
	float:left;
	text-align:center;
	}
.nav ul li a{
	position:absolute;
	top:0;
	left:0;
	padding-top:45px;
	height:70px;
	width:100%;
	display:block;
	color:#474547;
	z-index:9999;
	font-weight:bold;
	}
.nav ul li a font{
	font-weight:normal;
	}
.nav ul li a:active{
	color:#F00;
	} 	
.nvbox{
	position:absolute;
	top:-2px;
	left:0;
	height:2px;
	z-index:1;
	width:92px;
	}		

.nvbox1{
	background:#e2631e;
	}
.nvbox2{
	background:#fac300;
	}
.nvbox3{
	background:#009856;
	}	
.nvbox4{
	background:#2c2d89;
	}	
.nvbox5{
	background:#008cd8;
	}	
.nvbox6{
	background:#e2631e;
	}	
.nvbox7{
	background:#fac300;
	}	
.nvbox8{
	background:#009856;
	}	
.nvbox9{
	background:#008cd8;
	}	
/*底部*/
.wrap3{
	width:100%;
	height:38px;
	background:#e2631e;
	}
.footer{
	margin:0 auto;
	width:1200px;
	height:38px;
	line-height:38px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	}

.footer .foot-txt{
	float:left;
	width:970px;
	height:38px;
	line-height:38px;
	text-indent:400px;
	}
.link{
	position:relative;
	margin-top:9px;
	float:left;
	padding:0 0 0 21px;
	width:170px;
	height:21px;
	line-height:21px;
	background:url(../Images/yqbg-1.png) no-repeat;
	color:#fff;
	cursor:pointer;
	}
.link:hover .yq-box{
	display:block;
	}		
.yq-box{
	display:none;
	width:191px;
	bottom:21px;
	left:0;
	position:absolute;
	z-index:999;
	} 	
.yq-box ul li{
	
	line-height:20px;
	
	}
.yq-box ul li a{
	display:block;
	padding:0 0 0 21px;
	width:170px;
	height:21px;
	font-size:12px;
	color:#fff;
	background:#fe955c;
	}		
.yq-box ul li a:hover{
	background:#e2631e;
	}			
/*banner*/
.banner {
	overflow:hidden;
	position:relative;/* 此属性勿删，解决IE7有下，内部盒子含有position:relative属性 overflow:hidden;无效的bug */
	height: 527px;/* 整体高度，注意焦点， */
}
#container {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	background:#f0f0f0;
	z-index: 0;
}
#example {
	width: 1200px;
	position: relative;
}
/* 整体外围完毕 */
#slides {
	position: relative;
}
.slides_container {
	width: 1200px;
	overflow: hidden;
	position: relative;
	display: none;
}
/* 滚动单个盒子宽高 */
.prolist {
	width: 1200px;
	height: 480px;
}
.slides_container a {
	width: 1200px;
	height: 480px;
	display: block;
}
.slides_container a img {
	display: block;
}
/* 箭头 */
.arrowbox {
	display:none;
	position:absolute;
	width:1000px;
	left:50%;
	top:0;
	margin:0 0 0 -500px;
	z-index:999;
	}
#slides .next, #slides .prev {
	position: absolute;
	top: 170px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}
#slides .prev {
	left:0;
	background:url(../images/banner/arrow-prev.png) no-repeat;
	}
#slides .next {
	right:0px;
	background:url(../images/banner/arrow-next.png) no-repeat;
}
/* 焦点 */
.pagination {
	position:absolute;
	bottom:-33px;
	width: 1000px;
	left:50%;
	margin:0 0 0 -45px;
	z-index:9999;
}
.pagination li {
	float: left;
	margin: 0 6px;
	list-style: none;
}
.pagination li a {
	display: block;
	width:8px;
	height: 0;
	padding-top: 8px;
	background:url(../Images/ico_1-1.png) no-repeat;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background:url(../Images/ico_2-1.png) no-repeat;
}
/*首页主体*/
.wrap2{
	width:100%;
	height:auto;
	}
.h_mian{
	padding-bottom:78px;
	margin:0 auto;
	width:1200px;
	height:auto;
	background:url(../Images/line1-1.png) center top no-repeat; 
	}
.h_mian h2{
	height:191px;
	width:100%;
	}
.h_mian h2 img{
	margin:41px 0 0 396px;
	}	
.h_mian .h_mainbox{
	width:1200px;
	height:404px;
	overflow:hidden;
	}
.h_mian .h_mainbox ul{
	width:110%;
	height:404px;
	}	
.h_mian .h_mainbox ul li{
	float:left;
	position:relative;
	margin-right:15px;
	width:228px;
	height:404px;
	cursor:pointer;
	}
.h_mian .h_mainbox ul li a{
	cursor:pointer;
	}
.h_picbox{
	position:absolute;
	top:175px;
	left:0;
	width:228px;
	height:229px;
	overflow:hidden;
	z-index:10;
	}
.h_tit{
	position:absolute;
	top:0;
	left:0;
	width:228px;
	height:116px;
	z-index:100;
	padding-top:97px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	text-transform:uppercase; 
	}	 
.h_tit em{
	padding-bottom:4px;
	display:block;
	font-size:16px;
	font-family:Novecento wide,Arial;
	}		
.h_tit1{
	background:#e2631e;
	}							
.h_tit2{
	background:#00b31d;
	}
.h_tit3{
	background:#f1c40f;
	}							
.h_tit4{
	background:#0095db;
	}							
.h_tit5{
	background:#2b41b2;
	}							
															
/*关于集团*/
.wrap4{
	border-top:1px solid #e1e1e1;
	width:100%;
	height:auto;
	background:url(../Images/ico_bg-1.png) repeat;
	}
.content1{
	margin:0 auto; 
	width:1200px;
	height:486px;
	}
.content1 ul{
	padding:62px 0 0 81px;
	}
.content1 ul li{
	float:left;
	height:350px;
	}
.content1 ul li a{
	cursor:pointer;
	}	
.content1 ul li.ico_1{
	width:230px;
	border-right:1px solid #eee;
	}
.content1 ul li.ico_2{
	width:309px;
	border-right:1px solid #eee;
	}
.content1 ul li.ico_3{
	width:268px;
	border-right:1px solid #eee;
	}
.content1 ul li.ico_4{
	width:268px;
	}			
.j-box{
	width:190px;
	}
.d-box{
	width:235px;
	margin-left:27px;
	}
.f-box{
	width:190px;
	margin-left:33px;
	}
.q-box{
	width:190px;
	margin-left:35px;
	}								
.box1{
	height:auto;
	text-align:center;
	}	
.box1 h2{
	padding:3px 0 0 0;
	color:#e2631e;
	font-size:22px;
	text-transform:uppercase;
	}
.box1 h2 a{
	color:#e2631e;
	font-size:22px;
	}		
.box1 h2 em{
	display:block;
	color:#7b7b7b;
	font-size:15px;
	font-family:Novecento wide,Arial;
	}
.box1 img{
	margin:14px 0 9px 0;
	}	
.box1 p{
	line-height:26px;
	color:#666;
	}
.box1 p a{
	color:#666;
	}
.box1 p a:hover{
	color:#e2631e;
	}				
.wrap5{
	position:relative;
	width:100%;
	height:391px;
	background:url(../Images/ico_bg2-1.png) repeat;
	}
.line1{
	display:block;
	position:absolute;
	top:122px;
	left:0;
	width:100%;
	height:1px;
	background-color:#dbdbdb;
	}	
.content2{
	margin:0 auto;
	width:1280px;
	height:391px;
	}
.content2 h2{
	position:relative;
	padding-left:90px;
	height:64px;
	line-height:64px;
	color:#e2631e;
	font-size:22px;
	}
.content2 h2 em{
	padding-left:7px;
	text-transform:uppercase;
	font-size:18px;
	font-family:Novecento wide,Arial;
	color:#b7b7b7;
	}
.content2 h2 .more1{
	position:absolute;
	top:27px;
	right:91px;
	display:block;
	width:82px;
	height:15px;
	background:url(../Images/more1-1.png) no-repeat;
	}	
.box_content{
	margin:0 auto;
	position:relative;
	width:1200px;
	height:auto;
	}	
.box_content_inner{
	width:1190px;
	height:310px;
	overflow:hidden;
	}
.box_content_inner ul{
	padding-left:10px;
	width:9999px;
	height:310px;
	}					
.box_content_inner ul li{
	float:left;
	width:236px;
	height:310px;
	text-align:center;
	}
.box_content_inner ul li a{
	padding-top:26px;
	display:block;
	width:236px;
	height:284px;
	text-align:center;
	}
.box_content_inner ul li a:hover{
	background: url(../Images/ico_9-1.png) 103px 257px no-repeat #e2631e;
	} 	
.box_content_inner ul li a:hover h4{
	color:#e2631e;
	font-size:24px;
	background:url(../Images/ico_8-1.png) no-repeat;
	}
.box_content_inner ul li a:hover p{
	color:#FFF;
	}			
.box_content_inner ul li h4{
	margin:0 auto;
	background:url(../Images/ico_7-1.png) no-repeat;
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-family:"Arial";
	}
.box_content_inner ul li p{
	color:#666;
	line-height:24px;
	padding:30px 25px 0 25px;
	}	
.left{
	position:absolute;
	left:-40px;
	top:33px;
	display:none;
	width:26px;
	height:51px;
	background:url(../Images/ico_003-1.png) no-repeat;
	font-size:0;
	cursor:pointer;
	}
.right{
	position:absolute;
	right:-40px;
	top:33px;
	display:none;
	width:26px;
	height:51px;
	background:url(../images/ico_002-1.png) no-repeat;
	font-size:0;
	cursor:pointer;
	}
	
				
.content3{
	margin:0 auto;
	width:1200px;
	height:290px;
	}
.content3 h2{
	position:relative;
	padding:63px 0 42px 60px;
	color:#e2631e;
	font-size:22px;
	}
.content3 h2 em{
	padding-left:7px;
	text-transform:uppercase;
	font-size:18px;
	font-family:Novecento wide,Arial;
	color:#b7b7b7;	
	}
.content3 h2 .more2{
	position:absolute;
	top:58px;
	right:51px;
	display:block;
	width:82px;
	height:15px;
	background:url(../Images/more1-1.png) no-repeat;
	}			
.content3 ul{
	padding-left:105px;
	height:79px;
	}	
.content3 ul li{
	padding:5px;
	float:left;
	margin-right:20px;
	width:111px;
	height:69px;
	overflow:hidden;
	background:url(../Images/ico_bg4-1.png) no-repeat;
	}
.content3 ul li:hover{
	width:111px;
	height:69px;
	background:url(../Images/ico_bg3-1.png) no-repeat;
	}							
/*集团简介*/

.container{
	padding-bottom:800px;
	margin:0 auto;
	width:1200px;
	height:auto;
	}
.wrap6{
	width:100%;
	height:140px;
	border-bottom:1px solid #ebebeb;
	}		
.tit1{
	position:relative;
	margin:0 auto; 
	width:1200px;
	height:140px;
	}
.tit1 h2{
	float:left;
	padding:24px 0 0 68px;
	height:116px;
	font-size:30px;
	color:#e2631e;
	background:url(../Images/line2-1.png) 166px 0 no-repeat;
	}
.tit1 h2 em{
	padding-top:4px;
	display:block;
	height:73px;
	font-size:48px;
	color:#d2d2d2;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(../Images/line3-1.png) 0 bottom no-repeat;
	}	
.font{
	margin:44px 50px 0 0;
	float:right;
	width:248px;
	height:28px;
	line-height:28px;
	background:#e6e6e6;
	color:#c7c7c7;
	}
.font span{
	margin-right:6px;
	display:inline-block;
	width:79px;
	height:28px;
	background:#ccc;
	text-align:center;
	color:#FFF;
	}
.font a{
	padding:0 5px;
	font-size:12px;
	color:#2a2a2a;
	}
.font a:hover{
	color:#e2631e;
	}	
.font a.fontcolor{
	color:#e2631e;
	}	
.container{
	padding:35px 0 70px 0;
	width:1200px;
	height:auto;
	}
.main-left{
	float:left;
	padding-left:68px;
	width:776px;
	height:auto;
	}
.main-left p{
	line-height:24px;	
	}	
.main-right{
	padding-top:53px;
	float:right;
	width:112px;
	height:auto;
	}
.side-nav{
	position:relative;
	padding:0 0 0 25px;
	border-left:1px solid #e4713a;
	}	
.side-nav a{
	color:#999;
	}		
.side-nav1{
	line-height:37px;
	}
.side-nav1 a{
	position:relative;
	line-height:37px;
	display:block;
	}
.side-nav1 a:hover{
	color:#e2631e;
	}	
.side-navc1{
	line-height:37px;
	}	
.side-navc1 a{
	position:relative;
	line-height:37px;
	display:block;
	color:#e2631e;
	}			

.a-line{
	position:absolute;
	top:33px;
	left:-17px;
	display:block;
	height:1px;
	background:#ebebeb;
	}						  						
/*集团荣誉*/
.ry-tit{
	float:left;
	width:333px;
	height:auto;
	}
.ry-tit ul{
	width:100%;
	height:auto;
	} 	
.ry-tit ul li{
	margin:0 4px 4px 0;
	float:left;
	width:107px;
	height:107px;
	}
.ry-tit ul li a{
	display:block;
	width:107px;
	height:107px;
	line-height:107px;
	background:#fff;
	text-align:center;
	color:#c8c8c8;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.ry-tit ul li.ry-hov a{
	background:#e2631e;
	color:#fff;
	font-size:35px;
	}	
.ry-tit ul li a:hover{
	background:#e2631e;
	color:#fff;
	font-size:35px;
	}
.ry-page{
	+margin-top:4px;
	width:100%;
	height:107px;
	}
.ry-page span{
	float:left;
	margin-right:4px;
    }
.ry-pre{
	display:block;
	width:107px;
	height:107px;
	}
.ry-pre a{
	display:block;
	width:107px;
	height:107px;
	background:url(../Images/pre3-1.png) no-repeat;
	cursor:pointer;
	text-indent:-9999em;
	}	
.ry-pre a:hover{
	background:url(../Images/pre2-1.png) no-repeat;
	}
.ry-next{
	display:block;
	width:107px;
	height:107px;
	}				
.ry-next a{
	display:block;
	width:107px;
	height:107px;
	background:url(../Images/next2-1.png) no-repeat;
	cursor:pointer;
	text-indent:-9999em;
	}
.ry-next a:hover{
	background:url(../Images/next3-1.png) no-repeat;
	}
.main-left .ry-content{	
	margin-left:60px;
	float:left;
	color:#333;	
	width:383px;
	height:auto;
	line-height:40px;
	}	
.hz-content{
	max-height:317px;
	width:692px;
	padding:0 0 0 83px;
	overflow:hidden;
	}	
.hz-content ul{
	width:110%;	
	}	
.hz-content ul li{
	padding:5px;
	float:left;
	margin:0 21px 39px 0;
	width:111px;
	height:69px;
	overflow:hidden;
	background:url(../Images/ico_bg4-1.png) no-repeat;
	}
.hz-content ul li:hover{
	width:111px;
	height:69px;
	background:url(../Images/ico_bg3-1.png) no-repeat;
	}
	
.hz-content ul li.page-li{
	padding:0px;
	margin:0 21px 39px 0;
	width:121px;
	height:81px;
	overflow:hidden;
	background:none;
	}
.hz-content ul li.page-li:hover{
	width:121px;
	height:81px;
	}	
.hz-page{
	position:relative;
	width:121px;
	height:81px;
	}		
.hz-page .hz-next{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:121px;
	cursor:pointer;	
	} 
.hz-page .hz-next a{
	display:block;
	width:121px;
	height:40px;
	background:url(../Images/next4-1.png) no-repeat;
	cursor:pointer;
	text-indent:-9999em;
	border-bottom:1px solid #e6e6e6;
	} 	
.hz-page .hz-next a:hover{
	background:url(../Images/next5-1.png) no-repeat;	
	}			
.hz-page .hz-pre{
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:121px;
	height:40px;
	}
.hz-page .hz-pre a{
	display:block;
	width:121px;
	height:40px;
	background:url(../Images/pre5-1.png) no-repeat;
	cursor:pointer;
	text-indent:-9999em;
	}	
.hz-page .hz-pre a:hover{
	background:url(../Images/pre4-1.png) no-repeat;
	}
/*新闻动态*/
.search-box{
	position:relative;
	margin:60px 65px 0 0;
	float:right;
	width:281px;
	height:29px;
	background:#e1e1e1;
	color:#c7c7c7;
	}
.search-box img{
	position:absolute;
	top:5px;
	right:10px;
	width:20px;
	height:17px;
	}
.search-box input{
	width:240px;
	height:29px;
	line-height:29px;
	padding-left:6px;
	border:0;
	background:none;
	color:#666;
	}	
.new-hotbox{
	padding:15px 0 0 50px;
	width:1150px;
	height:auto;
	}
.new-hotleft{
	float:left;
	width:670px;
	height:auto;
	}				 		 								
.new-hotright{
	margin-left:50px;
	float:left;
	width:368px;
	height:auto;
	}
.new-box{
	margin-bottom:40px;
	width:670px;
	height:183px;
	}	
.news-pic{
	float:left;
	width:311px;
	height:183px;
	
	}
.news-pic img{
	width:305px;
	height:177px;
	border:3px solid #dedbdb;
	}
.news-txt{
	margin-left:20px;
	float:right;
	width: 339px;
	height:183px;
	}
.news-txt h2{
	padding:26px 0 16px 0;
	color:#262626;
	font-size:16px;
	font-weight:bold;
	}
.news-txt h2 a{
	font-size:16px;
	}	
.news-txt h2 a:hover{
	color:#e2631e;
	}
.news-txt1 h2:hover{
	color:#e2631e;
	}
.news-txt2 h2:hover{
	color:#e2631e;
	}							
.news-txt p{
	line-height:22px;
	color:#525252;
	}
.news-txt .more3{
	display:inline;
	}	
.news-txt .more3:hover{
	color:#e2631e;
	}	
.new-box1{
	margin-bottom:32px;
	width:368px;
	height:77px;
	}	
.news-pic1{
	float:left;
	width:125px;
	height:77px;
	
	}
.news-pic1 img{
	width:119px;
	height:71px;
	border:3px solid #dedbdb;
	}
.news-txt1{
	margin-left:10px;
	float:right;
	width: 233px;
	height:77px;
	}
.news-txt1 h2{
	padding:6px 0 6px 0;
	color:#262626;
	font-size:14px;
	font-weight:bold;
	}		
.news-txt1 p{
	line-height:22px;
	color:#525252;
	font-size:12px;
	}
.news-list{
	padding:0 0 0 50px;
	width:1150px;
	height:auto;
	overflow:hidden;
	}
.news-list h2{
	position:relative;
	height:25px;
	width:100%;
	color:#010101;
	font-size:18px;
	}
.news-list h2 .more4{
	position:absolute;
	top:0;
	right:60px;
	display:block;
	width:104px;
	height:25px;
	background:url(../Images/more2-1.png) no-repeat;
	}
.news-list ul li{
	padding:0 0 22px 0;	
	margin-right:92px;
	float:left;
	width:502px;
	height:50px;
	background:url(../Images/n-line-1.png) 50px 37px no-repeat;
	}
.news-list ul li a:hover{
	color:#e2631e;
	}	
.news-list ul{
	padding:35px 0 0 0;
	width:110%;
	height:auto;
	} 		
.news-list ul li h4{
	line-height:26px;
	color:#666;
	}
.news-list ul li h4 a{
	color:#666;
	}	
.news-list ul li p{
	position:relative;
	width:100%;
	line-height:20px;
	font-size:12px;
	color:#666;
	}	
.news-list ul li p .more5{
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	color:#666;
	}
.news-list ul li p .more5:hover{
	color:#e2631e;
	}	
.news-list ul li p em{
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	text-transform:uppercase;
	-webkit-text-size-adjust:none; 
	}
.news-list ul li p em span{
	font-size:12px;
	}
/*新闻列表页*/
.new-hotbox1{
	padding:15px 0 0 70px;
	width:1130px;
	height:auto;
	}
.new-box2{
	float:left;
	margin:0px 40px 0 0;
	width:525px;
	height:130px;
	}	
.news-pic2{
	float:left;
	width:207px;
	height:130px;
	
	}
.news-pic2 img{
	width:201px;
	height:124px;
	border:3px solid #dedbdb;
	}
.news-txt2{
	margin-left:18px;
	float:right;
	width: 300px;
	height:130px;
	}
.news-txt2 h2{
	padding:6px 0 16px 0;
	color:#262626;
	font-size:16px;
	font-weight:bold;
	}		
.news-txt2 p{
	line-height:22px;
	color:#525252;
	font-size:12px;
	}
.news-list1{
	padding:40px 0 0 70px;
	width:1130px;
	height:auto;
	overflow:hidden;
	}
.news-list1 ul{
	width:110%;
	}	
.news-list1 ul li{
	margin:0 65px 0 0;
	float:left;
	padding:0 0 40px 0;
	width:500px;
	height:auto;
	}		
.news-list1 ul li h4{
	width:500px;
	height:auto;
	}	
.news-list1 ul li h4 a:hover{
	color:#e2631e;	
	}		
.news-list1 ul li h4 .news-tit{
	padding-bottom:10px;
	width:500px;
	height:20px;
	font-size:14px;
	color:#222;
	font-weight:bold;
	}

.news-right{
	position:relative;
	margin-left:40px;
	width:325px;
	height:10px;
	border-bottom:1px dotted #898989;
	}
.news-right .more6{
	top:-1px;
	left:-40px;
	position:absolute;
	}
.news-right em{
	top:0px;
	right:-125px;
	position:absolute;
	text-transform:uppercase;
	font-size:10px;
	}
.news-right em span{
	font-size:12px;
	}				
.news-list1 ul li p{
	margin:10px 0 10px 0;
	width:500px;
	line-height:20px;
	}	
.news-page{
	padding-left:510px;
	height:25px;
	}
.news-page span{
	cursor:pointer;
	float:left;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
.news-page span a{
	color:#FFF;
	font-size:16px;
	}		
.news-pre{
	margin-right:4px;
	display:block;
	width:104px;
	height:25px;
	background:url(../Images/bnt1-1.png) no-repeat;
	}
.news-pre:hover,.news-next:hover{
	background:url(../Images/bnt2-1.png) no-repeat;
	}					
.news-next{
	display:block;
	width:104px;
	height:25px;
	background:url(../Images/bnt1-1.png) no-repeat;
	}
/*新闻详细*/
.news-bnt{
	position:absolute;
	bottom:15px;
	right:46px;
	width:324px;
	height:25px;
	}
.news-bnt span{
	margin-right:4px;
	display:block;
	cursor:pointer;
	float:left;
	width:104px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase
	}
.news-bnt span a{
	color:#FFF;
	font-size:16px;
	}			
.xwxx-back{
	background:url(../Images/bnt3-1.png) no-repeat;
	}
.xwxx-pre{
	background:url(../Images/bnt1-1.png) no-repeat;
	}
.xwxx-next{
	background:url(../Images/bnt2-1.png) no-repeat;
	}
.xwxx{
	padding:10px 0 0 70px;
	width:1130px;
	height:auto;
	}				
.xwxx h3{
	padding-left:83px;
	height:70px;
	color:#262626;
	font-size:18px;
	background:url(../Images/ico_11-1.png) no-repeat;
	}
.xwxx h3 span.xx-tit{
	display:block;
	padding-top:10px;
	}	
.xwxx h3 em{
	padding-top:10px;
	display:block;
	text-transform:uppercase;
	color:#cfcfcf;
	font-size:12px;
	}
.xwxx .news-content{
	padding:45px 80px 0 10px;
	line-height:22px;
	color:#666;	
	}																	 		 								
/*文化教育*/
.wrap7{
	width:100%;
	height:150px;
	border-bottom:1px solid #ebebeb;
	}
.tit2{
	position:relative;
	margin:0 auto; 
	width:1200px;
	height:150px;
	}
.tit2 h2{
	padding:0 0 0 100px;
	float:left;
	height:150px;
	font-size:25px;
	color:#e2631e;
	background:url(../Images/line3-1.png) 50px bottom no-repeat;
	}
.tit2 h2 em{
	float:left;
	display:inline-block;
	width:212px;
	height:113px;
	padding-top:37px;
	font-size:36px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
	background:url(../Images/line2-1.png) 86px 0px no-repeat;
	}
.tit2 h2 #ShoveWebControl_Text2{
	float:left;
	padding-top:84px;
	}	
.tit2 h2 i{
	position:absolute;
	top:45px;
	left:50px;
	display:block;
	width:26px;
	height:13px;
	background:#e2631e;
	}
.whjy{
	padding:5px 100px 0 50px;
	line-height:24px;
	}	
/*文化投资*/

.whtz{
	margin:0 auto;
	padding-top:5px;
	width:1100px;
	}
.whtz ul{
	width:110%;
	height:auto;
	}	
.whtz ul li{
	position:relative;
	margin:0 46px 35px 0;
	float:left;
	width:527px;
	height:133px;
	}
.whtz ul li a.tz-tit{
	position:absolute;
	display:block;
	width:312px;
	height:133px;
	line-height:133px;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	background:#e46500;
	}
.whtz ul li.clo_1 a.tz-tit{
	background:#e46500;
	}
.whtz ul li.clo_2 a.tz-tit{
	background:#fbc400;
	}
.whtz ul li.clo_3 a.tz-tit{
	background:#009651;
	}
.whtz ul li.clo_4 a.tz-tit{
	background:#3aace2;
	}					
.whtz ul li img{
	float:right;
	width:215px;
	height:133px;
	}
#ShoveWebControl_Text1{
	line-height:25px;
	}
	
	
			
.whtz_det h3{
	padding:0;
	height:24px;
	color:#000;
	font-size:26px;
	background:none;
	}
.whtz_det .news-content{
	padding:45px 80px 0 3px;
	line-height:22px;
	color:#666;	
	}					
/*投资导向*/
.wrap8{
	width:100%;
	height:169px;
	border-bottom:1px solid #ebebeb;
	}
.tit3{
	position:relative;
	margin:0 auto; 
	width:1200px;
	height:169px;
	}
.tit3 h2{
	float:left;
	padding:0px 0 0 68px;
	height:169px;
	font-size:30px;
	color:#e2631e;
	background:url(../Images/line3-1.png) 50px bottom no-repeat;
	}
.tit3 h2 em{
	display:block;
	padding:34px 0 9px 13px;
	font-size:48px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(../Images/line2-1.png) 166px 0 no-repeat;
	
	}
.tit3 h2 span#ShoveWebControl_Text2{
	padding-left:10px;
	font-size:25px;
	}	
.tit3 h2 i{
	position:absolute;
	top:35px;
	left:50px;
	display:block;
	width:17px;
	height:107px;
	background:#e2631e;
	}
	
.main-left1{
	float:left;
	padding:30px 0 0 48px;
	width:776px;
	height:auto;
	}
.main-left p{
	line-height:24px;	
	}
/*联系我们*/
.contact-left{
	padding:80px 0 50px 100px;
	float:left;
	width:440px;
	height:auto;
	}
.contact-left h4{
	width:100%;
	height:28px;
	line-height:28px;	
	}
.contact-left h4 a{
	width:400px;
	padding:0 10px 0 4px;
	display:block;
	height:28px;
	line-height:28px;
	background:#e2631e;
	font-size:18px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	
.contact-left h3{
	padding:10px 0 30px 0;
	line-height:22px;
	color:#010101;
	font-size:20px;
	}		
.lxfs{
	padding:0 0 0 6px;
	border-left:3px solid #fbc400;
	line-height:24px;
	color:#767676;
	}	
.map{
	float:left;
	width:638px;
	height:515px;
	}
.map img{
	width:638px;
	height:515px;
	}							
/*top*/
.backToTop { width:45px; height:91px; position:fixed; _position:absolute; left:50%; top:450px; _top:300px; z-index:1000; margin-left:605px; _margin-left:600px; }
.backTop { width:45px; height:45px; background:url(../Images/top-1.png) no-repeat ;overflow:hidden;}
.backTop a { display:block; width:45px; height:45px; overflow:hidden;}
.backMenu { width:45px; height:45px;background:url(../Images/qq-1.png) no-repeat ;}
.backMenu a{
	display:block;
	width:45px;
	height:45px;
	} 	
				
